5 lines
114 B
Python
5 lines
114 B
Python
|
from DistributedToonInteriorAI import *
|
||
|
|
||
|
class DistributedToonHallInteriorAI(DistributedToonInteriorAI):
|
||
|
pass
|