Wobuzz/wobuzz/types/types.py

10 lines
144 B
Python
Raw Normal View History

#!/usr/bin/python3
from . import ImportOptions
from . import CopyType
class Types:
ImportOptions = ImportOptions
CopyType = CopyType