Refactored imports

This commit is contained in:
Lonami
2016-09-04 12:42:11 +02:00
parent 39a23559f0
commit 7c8c65560e
20 changed files with 98 additions and 86 deletions

View File

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

View File

@@ -1,5 +1,5 @@
import re
from tl.tlobject import TLObject
from tl import TLObject
class TLParser: