Attempt at removing cyclic dependencies

This commit is contained in:
Lonami
2016-09-08 16:55:46 +02:00
parent b2425eeea9
commit e9e44795ec
9 changed files with 86 additions and 84 deletions

View File

@@ -1,2 +1,3 @@
from .source_builder import SourceBuilder
from .tl_parser import TLParser, TLObject
from .tl_parser import TLParser
from .tlobject import TLObject