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,5 +1,6 @@
import re
from tl import TLObject
from parser.tlobject import TLObject
class TLParser: