Re: Same import lines again and again
I also have a question: why do so me people create there classes like this:
class app(object):
and not just
class app():
what is the difference between the class app(object): and class app():?
sorry for asking, and i was also wondering how do i get the full function of a module by only importing it once in a file across multiple files.
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector