5 lines
75 B
Python
5 lines
75 B
Python
from toontown.town import Street
|
|
|
|
|
|
class DLStreet(Street.Street):
|
|
pass
|