mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 09:20:58 +00:00
Made imports explicit
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
from pycmx.statements import StmtCdlSat, StmtCdlSop
|
from pycmx.statements import StmtCdlSat, StmtCdlSop
|
||||||
from .transition import Transition
|
from .transition import Transition
|
||||||
from .channel_map import ChannelMap
|
from .channel_map import ChannelMap
|
||||||
# from .parse_cmx_statements import StmtEffectsName
|
|
||||||
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
# pycmx
|
# pycmx
|
||||||
# (c) 2023 Jamie Hardt
|
# (c) 2023 Jamie Hardt
|
||||||
|
|
||||||
from pycmx.statements import *
|
from .parse_cmx_statements import (
|
||||||
# from .parse_cmx_statements import (
|
StmtEvent, StmtClipName, StmtSourceFile, StmtAudioExt, StmtUnrecognized,
|
||||||
# StmtEvent, StmtClipName, StmtSourceFile, StmtAudioExt, StmtUnrecognized,
|
StmtEffectsName, StmtCdlSop, StmtCdlSat)
|
||||||
# StmtEffectsName)
|
|
||||||
from .edit import Edit
|
from .edit import Edit
|
||||||
|
|
||||||
from typing import List, Generator, Optional, Tuple, Any
|
from typing import List, Generator, Optional, Tuple, Any
|
||||||
|
|||||||
Reference in New Issue
Block a user