summaryrefslogtreecommitdiff
path: root/hercules/convert_groups.py
blob: cbb3988eea4a750de465f78546f676eec6cc4d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /usr/bin/env python
# -*- coding: utf8 -*-
#
# Copyright (C) 2017  Evol Online
# Author: Andrei Karas (4144)

from code.servertoclient.groups import convertGroups

convertGroups()