10 lines
144 B
Python
10 lines
144 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
from . import ImportOptions
|
||
|
from . import CopyType
|
||
|
|
||
|
|
||
|
class Types:
|
||
|
ImportOptions = ImportOptions
|
||
|
CopyType = CopyType
|