First Commit
This commit is contained in:
16
operators/__init__.py
Normal file
16
operators/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .vrc import (
|
||||
VRCVIS_OT_AutoDetect,
|
||||
VRCVIS_OT_Preview,
|
||||
VRCVIS_OT_UpdatePreview,
|
||||
VRCVIS_OT_Generate,
|
||||
VRCVIS_OT_RemoveAll,
|
||||
VRCVIS_OT_Reorder,
|
||||
)
|
||||
from .mmd import (
|
||||
VRCVIS_OT_MMDAutoDetect,
|
||||
VRCVIS_OT_MMDConvert,
|
||||
VRCVIS_OT_MMDRemove,
|
||||
)
|
||||
Reference in New Issue
Block a user