propagare 491 B

1234567891011121314151617181920
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-"
  3. """
  4. Propagare - 2018 - by psy (epsylon@riseup.net)
  5. -------
  6. You should have received a copy of the GNU General Public License along
  7. with Propagare; if not, write to the Free Software Foundation, Inc., 51
  8. Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  9. -------
  10. "A diferencia del odio, el amor se expande sin necesidad de propaganda..."
  11. """
  12. from core.main import Propagare
  13. if __name__ == "__main__":
  14. app = Propagare()
  15. app.run()